Basic script  
Previous  Top  Next

 
It is a universal tool allowing you to execute scripts written in BASIC. Scripts can be virtually as complicated as you need. You can use such a script to access the RoboTaskApp COM object allowing you to access service functions of RoboTask, as well as other tasks. The description of the RoboTaskApp object is given below.  
See additional information about the BASIC language in the BASIC help.  
 
Script source  
You can select the script storage method  
 
·Internal - the script is stored in the task file in this case. This storage method is good for small scripts consisting of one or several procedures.  
·External Script - the script is stored in a separate file. This storage method is good for complex subroutines consisting of several modules (see the keyword "uses" or "include" in the Basic help).  
 
note Related Topics  
Evaluate  
RoboTaskApp object  
Also see Basic help